inherited FEnvWizard: TFEnvWizard Left = 233 Top = 321 BorderStyle = bsSingle Caption = 'Environment Wizard' ClientHeight = 177 ClientWidth = 489 OldCreateOrder = True OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 345 Height = 153 Caption = 'Templates available' TabOrder = 0 object TemplatesListBox: TListBox Left = 8 Top = 16 Width = 329 Height = 129 ItemHeight = 13 TabOrder = 0 end end object GroupBox2: TGroupBox Left = 352 Top = 0 Width = 137 Height = 153 Caption = 'Load these settings' TabOrder = 1 object AtmosphereCheck: TCheckBox Left = 8 Top = 40 Width = 81 Height = 17 Caption = 'Atmosphere' Enabled = False TabOrder = 0 end object CloudCheck: TCheckBox Left = 8 Top = 72 Width = 57 Height = 17 Caption = 'Clouds' Enabled = False TabOrder = 1 end object SurfaceCheck: TCheckBox Left = 8 Top = 56 Width = 121 Height = 17 Caption = 'Landscape Surfaces' Enabled = False TabOrder = 2 end object WaterCheck: TCheckBox Left = 8 Top = 88 Width = 97 Height = 17 Caption = 'Water Surface' Enabled = False TabOrder = 3 end object AllCheck: TCheckBox Left = 8 Top = 16 Width = 41 Height = 17 Caption = 'All' Checked = True State = cbChecked TabOrder = 4 OnClick = AllCheckClick end object LoadButton: TButton Left = 24 Top = 120 Width = 89 Height = 25 Caption = 'Load' TabOrder = 5 OnClick = LoadButtonClick end end object RendererCheck: TCheckBox Left = 240 Top = 160 Width = 249 Height = 17 Alignment = taLeftJustify Caption = 'Alway open this wizard with the Fractal renderer' Checked = True State = cbChecked TabOrder = 2 OnClick = RendererCheckClick end end